projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87db0d1
)
Add libostree release task
author
Felix Krull
<f_krull@gmx.de>
Wed, 17 Oct 2018 21:43:27 +0000
(23:43 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000
(12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/.gitlab-ci.yml
b/rust-bindings/rust/.gitlab-ci.yml
index 2c88d1b7bca4dd7ddb7ed63684d0925723cd5527..f8eb5cc0c878398ee9629e266aaeaa18360c4022 100644
(file)
--- a/
rust-bindings/rust/.gitlab-ci.yml
+++ b/
rust-bindings/rust/.gitlab-ci.yml
@@
-57,10
+57,8
@@
publish_libostree-sys:
- cargo publish --verbose --manifest-path libostree-sys/Cargo.toml --token $CRATES_IO_TOKEN
when: manual
-#publish_libostree:
-# stage: publish
-# before_script:
-# - cargo login $CRATES_IO_TOKEN
-# script:
-# - cargo publish --verbose --manifest-path libostree/Cargo.toml
-# when: manual
+publish_libostree:
+ stage: publish
+ script:
+ - cargo publish --verbose --manifest-path libostree/Cargo.toml --token $CRATES_IO_TOKEN
+ when: manual